Skip to content

Add SDL3 Controller Support#18833

Open
RobLoach wants to merge 3 commits intolibretro:masterfrom
RobLoach:sdl3-joypad
Open

Add SDL3 Controller Support#18833
RobLoach wants to merge 3 commits intolibretro:masterfrom
RobLoach:sdl3-joypad

Conversation

@RobLoach
Copy link
Copy Markdown
Member

@RobLoach RobLoach commented Mar 15, 2026

This is initial support on SDL3 Controller support. Using SDL3 will mean disabling the other SDL drivers, since the APIs are not backwards compatible. I've split it into its own sdl3_joypad.c since the API is quite different than previous iterations.

TODO

References

Test

  1. Compile RetroArch with SDL3 support
    ./configure --enable-sdl3
    make
    ./retroarch --verbose
    
  2. Once in, switch the Controller driver to sdl3 (Menu > Input > Controller > sdl3)
  3. Restart to load up with the SDL3 Controller Driver

Comment thread Makefile.common
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SDL3 Input Support

2 participants